home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TSETTINGSFORM / TSETTINGSFORM.txt
Encoding:
Text File  |  2005-02-07  |  2.0 KB  |  102 lines

  1. object SettingsForm: TSettingsForm
  2.   Left = 105
  3.   Top = 110
  4.   HelpContext = 1640
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'General settings'
  8.   ClientHeight = 403
  9.   ClientWidth = 628
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Ok: TMMTNTBItBtn
  24.     Left = 464
  25.     Top = 374
  26.     Width = 71
  27.     Height = 25
  28.     Caption = '&OK'
  29.     Default = True
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBtnText
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     TabOrder = 3
  37.     OnClick = OkClick
  38.   end
  39.   object Cancel: TMMTNTBItBtn
  40.     Left = 548
  41.     Top = 374
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = '&Cancel'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBtnText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ModalResult = 2
  52.     ParentFont = False
  53.     TabOrder = 4
  54.   end
  55.   object CatLB: TTntListBox
  56.     Tag = -1
  57.     Left = 4
  58.     Top = 8
  59.     Width = 125
  60.     Height = 346
  61.     Style = lbOwnerDrawFixed
  62.     IntegralHeight = True
  63.     ItemHeight = 18
  64.     Items.WideStrings = (
  65.       'View'
  66.       'Posting'
  67.       'Navigation'
  68.       'Connections'
  69.       'Misc'
  70.       'Attachments'
  71.       'Fonts/Colors'
  72.       'Article colors'
  73.       'Charsets'
  74.       'Confirmations')
  75.     TabOrder = 0
  76.     OnClick = CatLBClick
  77.   end
  78.   object Button1: TMMTNTBItBtn
  79.     Left = 8
  80.     Top = 376
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'Help'
  84.     Font.Charset = DEFAULT_CHARSET
  85.     Font.Color = clBtnText
  86.     Font.Height = -11
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = []
  89.     ParentFont = False
  90.     TabOrder = 2
  91.     OnClick = Button1Click
  92.   end
  93.   object ContentPanel: TPanel
  94.     Left = 136
  95.     Top = 2
  96.     Width = 497
  97.     Height = 369
  98.     BevelOuter = bvNone
  99.     TabOrder = 1
  100.   end
  101. end
  102.